Remove redundant `apply` with `derived-mode-p`
authorStefan Kangas <stefankangas@gmail.com>
Mon, 12 Feb 2024 01:38:30 +0000 (02:38 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Mon, 12 Feb 2024 01:43:35 +0000 (02:43 +0100)
commit9ebc91795f22ca52ea019b8ce7fb1f6e4c8df826
treebd4627ed8a88d7f76e21b291c4b6c613402e9311
parent9a1522197fb16986c2f641f777d6bef41c348567
Remove redundant `apply` with `derived-mode-p`

* lisp/cedet/mode-local.el (mode-local-map-mode-buffers):
* lisp/progmodes/which-func.el (which-func-try-to-enable):
(which-func-ff-hook): Remove redundant 'apply' with 'derived-mode-p'.
Suggested by Philip Kaludercic <philipk@posteo.net>.
lisp/cedet/mode-local.el
lisp/progmodes/which-func.el